The writeLine method prints a string to ActiveTick's Debug Console. This method is typically used for communicating messages from JavaScript to ActiveTick.
writeLine(stringValue);
stringValue
String value used to output into ActiveTick's Debug Console.
To view debugging information, select JScript Console Window option from the Tools menu:
The following code prints "Hello world" to ActiveTick's Debug Console.
Debug.writeLine("Hello World");
Copyright © 2006-2009 ActiveTick LLC